home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / M / May MacUser Program.cpt / miniGenApp Hdr / Version.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-29  |  1.1 KB  |  46 lines  |  [TEXT/KAHL]

  1. /* *****************************************************************************
  2.     FILE:             Version.h
  3.     
  4.     DESCRIPTION:     Compiler environment definition header file
  5.  
  6.     AUTHOR:            Kurt W.G. Matthies
  7.         
  8.     Copyright © 1990 by Code of the West, Inc. All Rights Reserved.
  9.     
  10.     Revision History:
  11.     ==========================================================
  12.     3.30.90    -    May 1990 MacUser Release
  13.     ==========================================================
  14.     
  15.     
  16.     Developer Notes:
  17.     ---------------------------------------------------------
  18.     
  19.             Version Haiku
  20.     
  21.             #define 
  22.             the version 
  23.             appropriate 
  24.             for you.
  25.     
  26.             #undef 
  27.             the other
  28.             two.
  29.  
  30.  
  31.     Please see the Readme file to set up for your version.
  32.     ---------------------------------------------------------
  33.     
  34.    ***************************************************************************** */
  35.  
  36. #ifndef _Version_
  37. #define _Version_
  38.  
  39. #define V4
  40. #undef V3
  41. #undef V2
  42.  
  43. #endif
  44. /* ===============================  EOF  =======================================
  45.     Copyright © 1990 by Code of the West, Inc. All Rights Reserved.
  46. ================================================================================ */